ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFieldBaseTagHelper<TControl> Class / Width Property

In This Topic
    Width Property (PivotFieldBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.Width. Sets the preferred width to be used for showing this field in the user interface.
    Syntax
    'Declaration
     
    Public Property Width As Integer
    public int Width {get; set;}
    See Also